home *** CD-ROM | disk | FTP | other *** search
-
- /**
- ** $VER: Time.quill 1.0 (30.9.94)
- ** By Timothy J. Aston
- **
- ** Quickly nserts the time at the current cursor position.
- **
- **/
-
-
- /* Some setup first.
- */
- options results
- options failat 200
-
- main:
- 'TEXT' time()
-
- exit
-